Conversation
There was a problem hiding this comment.
Pull request overview
This PR relocates the aircrfta problem’s provenance/licensing documentation from the PureJuMP implementation file into the corresponding Meta dictionary.
Changes:
- Removed the large header comment block from
src/PureJuMP/aircrfta.jl. - Added
:url,:notes,:origin_notes, and:referenceentries tosrc/Meta/aircrfta.jl.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/PureJuMP/aircrfta.jl | Removes the embedded provenance/license header from the problem implementation file. |
| src/Meta/aircrfta.jl | Stores the removed provenance/license information (plus URL/reference) in the problem’s metadata dict. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
All the meta are collected together in a DataFrames accessible like this; for a specific problem you could do |
No description provided.